home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_maspar.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.2 KB  |  63 lines

  1. /*****************************************************************************
  2.   FILE           : ui_maspar.ph
  3.   SHORTNAME      : maspar.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        :
  7.   NOTES          :
  8.  
  9.   AUTHOR         :
  10.   DATE           :
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_maspar.ph    1.7 3/2/94
  14.   SCCS VERSION   : 1.7
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifdef MASPAR_KERNEL
  23.  
  24.  
  25. #ifndef _UI_MASPAR_DEFINED_
  26. #define _UI_MASPAR_DEFINED_
  27.  
  28.  
  29. /* begin global definition section */
  30.  
  31.  
  32. void ui_masparPannel (Widget, Widget, caddr_t);
  33.  
  34.  
  35. /* end global definition section */
  36.  
  37.  
  38. /* begin private definition section */
  39.  
  40.  
  41. static void connect_MasPar (void);
  42. static void disconnect_MasPar (void);
  43. static void standard_Net (void);
  44. static void feedforward_Net (void);
  45. static void closeMasparPannel (Widget, Widget, caddr_t);
  46.  
  47.  
  48. static Widget connect, disconnect, standard, feedforward;
  49. static int err;
  50.  
  51.  
  52. /* end private definition section */
  53.  
  54.  
  55. #endif /* _UI_MASPAR_DEFINED_ */
  56.  
  57.  
  58. #endif /* MASPAR_KERNEL */
  59.  
  60.  
  61. /* end of file */
  62. /* lines: 9 */
  63.